home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with x = 3 to 7
- if rollOver(x) = 0 then
- puppetSprite(x, 1)
- set the visible of sprite x to 0
- puppetSprite(x, 0)
- end if
- end repeat
- end
-
- on mouseUp
- global Clips
- ChangeScreenSize(Clips, "160,140", 0)
- end
-
- on exitFrame
- global movieID
- updateStage()
- QTMovie("Direct", movieID, "Idle")
- updateStage()
- end
-